Skip to main content

Delete file

Description

Delete File removes a single file from the file system at the specified path. Use this process entry for targeted file cleanup — for example, removing a lock file after processing completes, deleting a temporary file, or clearing an obsolete configuration file. You can configure it to fail the process if the specified file does not exist.

Configurations

Field NameDescription
Process Entry nameSpecify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
File nameThe name and path of the file to delete.
Fail if file doesn't existThe process entry will follow the failure outgoing hop when the file to be deleted does not exist anymore and this option is switched on. The default is off.